home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr30 / clockon.zip / CLOCKON.TXT < prev   
Text File  |  1993-05-07  |  2KB  |  41 lines

  1. *--------------------------------------------------------------------------*
  2. |    NAME:     CLOCKON                                                     |
  3. |    FUNCTION: Screen Resident Clock                                       |
  4. *--------------------------------------------------------------------------*
  5.  
  6. A  rewrite and expansion of the original CLOCKON program.  This TSR  program
  7. places  the current time of day in the top right hand corner of  the  screen
  8. and updates it every second.  This version corrects some serious bugs in the
  9. original  version, including detection of correct screen mode (it  will  not
  10. write  if the screen is in any graphics mode or 40 column mode)  and  allows
  11. the  alarm  mode to continue to operate even if the clock  is  not  actually
  12. enabled.   CLOCKON can now have up to 9 presettable alarms, and they can  be
  13. examined,  added  or  cleared at any time.  The first use  of  CLOCKON  will
  14. install  it.   Further  uses operate on the TSR copy.   To  examine  various
  15. options, type CLOCKON ? at any time.  Options include extending alarm sounds
  16. and  enabling or inhibiting the clock display.  Simply typing  CLOCKON  will
  17. show the status of the TSR and all currently set alarm times.
  18.  
  19.  
  20. Usage: CLOCKON [+|-] [*] [x] [hh.mm .... ]
  21.  
  22. Options for clockon are:
  23.      +    Enables the clock display in the top right corner of the screen
  24.      -    Inhibits the clock display but still allows alarms
  25.      *    Clears all current alarms
  26.      x    Extends the alarm times by 50% to cater for various CPU clocks
  27.      hh:mm     Up to 9 alarms may be set or added at any time
  28.  
  29. Typically, AUTOEXEC.BAT would contain the initial definition of CLOCKON  and
  30. set some default alarms and the alarm time.  e.g. on a PC/AT it may take the
  31. form:
  32.           CLOCKON + * xx 12:00 18:00
  33.  
  34. This would enable the display, clear all alarms, set the alarm time to  225%
  35. (ie. 150% * 150%) of the default and insert two alarms.  Further alarms  can
  36. be added (up to the maximum 9 alarms) at any time. e.g. CLOCKON 20:30
  37.  
  38. WARNING:  There  is a known minor inconsistency with MS WORD  V5  -  CLOCKON
  39. still  works but WORD uses some of the TSR stack.  However, the programs  do
  40. not cause any damage.  This problem is still being investigated.
  41.